toLowerCase
From Documentation
String toLowerCase(String value);
Converts all of the characters in this string to lowercase using the rules of the current Locale (Locales.getCurrent()).
Parameters:
- value - the value to convert
Version History
Version | Date | Content |
---|---|---|
5.0.7 | March, 2011 | This method was introduced |